crypto/tls.Conn.encryptTicket (method)
3 uses
crypto/tls (current package)
handshake_server.go#L762: m.ticket, err = c.encryptTicket(state.marshal())
handshake_server_tls13.go#L738: m.label, err = c.encryptTicket(state.marshal())
ticket.go#L119: func (c *Conn) encryptTicket(state []byte) ([]byte, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)